home *** CD-ROM | disk | FTP | other *** search
/ PC Media 2 / PC MEDIA CD02.iso / share / udos / hotmax / hotmax.doc next >
Encoding:
Text File  |  1992-06-18  |  3.9 KB  |  153 lines

  1.  
  2. Computer Tyme HotMax * Copyright 1992 by Marc Perkel
  3. All Rights Reserved * Version 1.0 * Release Date: 06-18-92
  4.  
  5. Computer Tyme * 411 North Sherman, Suite 300 * Springfield Mo. 65802
  6. (800) 548-5353 Sales * (417) 866-1222 Voice * (417) 866-1665 Data
  7.  
  8. This utility will assign hot keys to DR-DOS TaskMax tasks allowing
  9. you to turn any program into a TSR.
  10.  
  11. To use this program you must have TMAX.SYS loaded as a device
  12. driver in your CONFIG.SYS file as follows:
  13.  
  14. DEVICE=HOTMAX.SYS or
  15. DEVICEHIGH=HOTMAX.SYS
  16.  
  17. Example:
  18.   HOTMAX <Task> <Key>
  19.   HOTMAX TAPCIS Alt T
  20.  
  21. This assign the hot key Alt-T to bring up TAPCIS if it is already
  22. running. If it is not running you can start it by running:
  23.  
  24.   HOTMAX StartTask <command line> <key>
  25.   HOTMAX StartTask TAPCIS Alt T
  26.  
  27. If you include the file extension in the command you wish to start then
  28. you don't have to use the keyword StartTask.
  29.  
  30.   HOTMAX DM3.EXE Alt D
  31.  
  32. This will create the task, run it for a few seconds and switch back. It
  33. then assigns a hot key to the task. If the command to start the task
  34. requires a command line parameter you can enclose the command in quotes
  35. as follows:
  36.  
  37.   HOTMAX StartTask "DM3 *.MNU" Alt D
  38.  
  39. You can also assign a name to the task other than the name of the
  40. program you are running.
  41.  
  42.   HOTMAX StartTask "DM3 *.MNU" [FILEMAN] Alt D
  43.  
  44. You can also assign a name to a running task.
  45.  
  46.   HOTMAX NameTask <OldName> <NewName>
  47.   HOTMAX NameTask DOLIST DOS
  48.  
  49. This changes the name of the task DOLIST to DOS.
  50.  
  51. To see whats running type:
  52.  
  53.   HOTMAX ListTasks
  54.  
  55. To clear a hotkey for a task:
  56.  
  57.   HOTMAX ClearKey <Task>
  58.   HOTMAX ClearKey DBASE
  59.  
  60. To clear all hot keys and start over type:
  61.  
  62.   HOTMAX ClearKeys
  63.  
  64. To switch to a task:
  65.  
  66.   HOTMAX SwitchToTask <Task>
  67.   HOTMAX SwitchToTask WP
  68.  
  69. To kill a task:
  70.  
  71.   HOTMAX KillTask <Task>
  72.   HOTMAX KillTask TAPCIS
  73.  
  74. A task can be specified by either name or TaskID number. The key word
  75. THISTASK can be used to specify the current task.
  76.  
  77.   HOTMAX ThisTask Alt F12
  78.   HOTMAX KillTask 2
  79.  
  80. HotMax commands can be batched together in a text file and executed:
  81.  
  82.   HOTMAX @<FileName>
  83.   HOTMAX @HOTMAX.CFG
  84.  
  85. The HOTMAX.CFG file could contain:
  86.  
  87.   ;HotMax Control File
  88.  
  89.   NameTask ThisTask DOS
  90.   StartTask DM3 Ctrl F12
  91.   NovMax Alt F11
  92.   ThisTask Alt F12
  93.   ListTasks
  94.  
  95. Price $25 single user. $95 per server.
  96. Written in MarxMenu. Comes free with the Network Survival Kit.
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.         Make Check            Computer Tyme            Order Form 2.38
  105.         Payable To:    411 North Sherman Suite 300
  106.                           Springfield Mo. 65802
  107.                      (417) 866-1222  (800) 548-5353
  108.  
  109.         Please send me Computer Tyme Software.
  110.  
  111.         =============================================================
  112.  
  113.         Name:        ________________________________________________
  114.  
  115.         Address:     ________________________________________________
  116.  
  117.         City/St/Zip: ________________________________________________
  118.  
  119.         Country:     ________________________________________________
  120.  
  121.         Phone/Fax:   ________________________________________________
  122.  
  123.         Comments:    ________________________________________________
  124.  
  125.                      ________________________________________________
  126.  
  127.  
  128.         Single User Version:
  129.  
  130.         ___ Enclosed is $25 for HotMax.
  131.  
  132.  
  133.         Network Version (1 per file server):
  134.  
  135.         ___ Enclosed is $95 for HotMax Network Version.
  136.  
  137.         ___ Enclosed is $495 for Network Survival Kit.
  138.  
  139.         ___ Add $3.00 for Shipping and Handling inside USA.
  140.  
  141.         ___ I need 3 1/2 Inch Media.
  142.  
  143.  
  144.         Credit Card Number: _______________ Expiration Date: ________
  145.  
  146.         Signature: __________________________________________________
  147.  
  148.         Master Card __   Visa __   Discover __
  149.  
  150.                     * We do not take American Express *
  151.  
  152.         =============================================================
  153.